good/bad idea to use email address in php session variable? [closed]
Posted
by
Stephan Hovnanian
on Pro Webmasters
See other posts from Pro Webmasters
or by Stephan Hovnanian
Published on 2011-01-13T13:57:13Z
Indexed on
2011/01/13
14:59 UTC
Read the original article
Hit count: 421
I'm developing some additional functionality for a client's website that uses the email address as a key lookup variable between various databases (email marketing system, internal prospect database, and a third shared DB that helps bridge the gap between the two).
I'm concerned that storing a visitor's email address as a $_SESSION variable could lead to security issues (not so much for our site, but for the visitor).
Anybody have suggestions or experience on whether this is okay to do, or if there's another alternative out there?
© Pro Webmasters or respective owner